CollectionView for WinForms
SortAsync<T>(ICollectionView<T>,String,SortDirection) メソッド

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > ICollectionViewEx クラス > SortAsync メソッド : SortAsync<T>(ICollectionView<T>,String,SortDirection) メソッド
The collection view.
The path of the data item to which the sort description will be applied.
The direction of the sort operation.
Sorts the collection view according to the specified sort parameters.
シンタックス
'宣言
 
Public Overloads Shared Function SortAsync(Of T As Class)( _
   ByVal collectionView As ICollectionView(Of T), _
   ByVal sortPath As System.String, _
   Optional ByVal sortDirection As SortDirection _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<T>( 
   ICollectionView<T> collectionView,
   System.string sortPath,
   SortDirection sortDirection
)
where T: class

パラメータ

collectionView
The collection view.
sortPath
The path of the data item to which the sort description will be applied.
sortDirection
The direction of the sort operation.

型パラメータ

T
参照

ICollectionViewEx クラス
ICollectionViewEx メンバ
オーバーロード一覧